FrameLib  2.0
DSP processing with frames of arbitrary timing and length
Processing Objects

Classes

class  FrameLib_DSP
 an abstract class containing the core of the DSP processing system, which handles single-stream scheduling. More...
 
class  FrameLib_Processor
 a convenience class for creating processor FrameLib_DSP classes that do not handle audio. More...
 
class  FrameLib_AudioInput
 a convenience class for creating processor type FrameLib_DSP classes which handle audio input. More...
 
class  FrameLib_AudioOutput
 a convenience class for creating processor type FrameLib_DSP classes which handle audio output. More...
 
class  FrameLib_Scheduler
 a convenience class for creating scheduler type FrameLib_DSP classes. More...
 
class  FrameLib_Object< T >
 an abstract template class providing an interface for FrameLib objects and implementing connectivity More...
 
class  FrameLib_Block
 an abstract class that represents either a single FrameLib_DSP object, or a group of connected FrameLib_DSP objects. More...
 

Detailed Description